-
Notifications
You must be signed in to change notification settings - Fork 14
Build, test, and release workflow fixes #1180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6e557c4 to
86d0aab
Compare
Signed-off-by: Joachim Wiberg <[email protected]>
Fixes #1152 Signed-off-by: Joachim Wiberg <[email protected]>
mattiaswal
requested changes
Oct 2, 2025
Here we use a check-trigger job that all the others depend on, which should prevent duplicate workflows starting a bit more elegantly than killing one of them with the concurrency checker. Signed-off-by: Joachim Wiberg <[email protected]>
With all jobs now depending on check-trigger we can do the evaluations there and set some variables that can be reused later. Signed-off-by: Joachim Wiberg <[email protected]>
Fixes #1003 Signed-off-by: Joachim Wiberg <[email protected]>
Fixes the following issue, see also https://devops.stackexchange.com/a/17853/26590: make[1]: Entering directory '/home/github-jaffa/actions-runner/_work/infix/infix/buildroot' /home/github-jaffa/actions-runner/_work/infix/infix/test/env -r -b /home/github-jaffa/actions-runner/_work/infix/infix /home/github-jaffa/actions-runner/_work/infix/infix/test/9pm/9pm.py -v /home/github-jaffa/actions-runner/_work/infix/infix/test/case/all-repo.yaml /home/github-jaffa/actions-runner/_work/infix/infix/test/case/all-unit.yaml Error: rootlessport conflict with ID 1 make[1]: *** [/home/github-jaffa/actions-runner/_work/infix/infix/test/test.mk:58: test-unit] Error 126 make[1]: Leaving directory '/home/github-jaffa/actions-runner/_work/infix/infix/buildroot' make: *** [Makefile:31: test-unit] Error 2 Signed-off-by: Joachim Wiberg <[email protected]>
Fixes #1173 Signed-off-by: Joachim Wiberg <[email protected]>
The 'brief' keyword has been gone for a while now. Also, update the ouput to match the "new" cli-pretty formatting. Fixes #1174 Signed-off-by: Joachim Wiberg <[email protected]>
Fixes #1175 Signed-off-by: Joachim Wiberg <[email protected]>
mattiaswal
approved these changes
Oct 2, 2025
Contributor
mattiaswal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
ci:main#1154 (alt. fix + cleanup)Checklist
Tick relevant boxes, this PR is-a or has-a: